runtime.heapStatsAggregate.inObjects (field)

4 uses

	runtime (current package)
		metrics.go#L350: 				out.scalar = in.heapStats.inObjects
		metrics.go#L371: 				out.scalar = uint64(in.heapStats.inHeap) - in.heapStats.inObjects
		metrics.go#L574: 	inObjects uint64
		metrics.go#L613: 	a.inObjects = a.totalAllocated - a.totalFreed